Class Segment
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.uri.Segment
-
public class Segment extends Object
The objects of this class provide the uri segment type and value
-
-
Constructor Summary
Constructors Constructor Description Segment(SegmentType type, String value)
-
-
-
Constructor Detail
-
Segment
public Segment(SegmentType type, String value)
- Parameters:
type- Tipovalue- Valor
-
-
Method Detail
-
getType
public SegmentType getType()
-
getValue
public String getValue()
-
-